AngouriMath

Navigation

← Back to list of members

Set​(​(`0)

 Method (no overloads)

Summary

Sets the new value for the setting

Parameter "value"

New value of a setting

Returns

An IDisposable struct. Make sure to use operator `using` before, so that it auto-disposes
once the method is over.
Example:
using var _ = MathS.Settings.SomeSetting.Set(4);
// do something, once the method is ended, the setting is automatically returned to the initial statement

























Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online